FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread.Model 名前空間 > DefaultSheetDataModel クラス > SetArray メソッド : SetArray(Int32,Int32,Object[,],Boolean,ReferenceStyle) メソッド |
'Declaration Public Overloads Sub SetArray( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal value(,) As Object, _ ByVal formula As Boolean, _ ByVal referenceStyle As ReferenceStyle _ )
'使用法 Dim instance As DefaultSheetDataModel Dim row As Integer Dim column As Integer Dim value() As Object Dim formula As Boolean Dim referenceStyle As ReferenceStyle instance.SetArray(row, column, value, formula, referenceStyle)
public void SetArray( int row, int column, object[,] value, bool formula, ReferenceStyle referenceStyle )